home *** CD-ROM | disk | FTP | other *** search
- inherited SetMarkerForm: TSetMarkerForm
- Caption = 'Set Marker'
- ClientHeight = 254
- ClientWidth = 304
- OnCloseQuery = FormCloseQuery
- PixelsPerInch = 96
- TextHeight = 13
- inherited ButtonOk: TButton
- Left = 221
- Top = 10
- TabOrder = 5
- end
- inherited ButtonCancel: TButton
- Left = 221
- Top = 43
- TabOrder = 6
- end
- inherited ButtonHelp: THelpButton
- Left = 221
- Top = 76
- TabOrder = 7
- HelpKey = 'marker_set'
- end
- object SampleGroup: TGroupBox
- Left = 7
- Top = 89
- Width = 206
- Height = 75
- TabOrder = 3
- object SampleStartBuddy: TBuddyUpDown
- Left = 161
- Top = 18
- Width = 15
- Height = 21
- Associate = SampleStart
- TabOrder = 2
- end
- object SampleFinishBuddy: TBuddyUpDown
- Left = 161
- Top = 46
- Width = 15
- Height = 21
- Associate = SampleFinish
- TabOrder = 5
- end
- object SampleStart: TNumEdit
- Left = 64
- Top = 18
- Width = 97
- Height = 21
- TabStop = True
- Value = 1
- Max = 100000
- PageChange = 10
- LineChange = 1
- Label = 'Start'
- Buddy = SampleStartBuddy
- Caption = '1'
- TabOrder = 1
- MaxLength = 20
- end
- object SampleStartLabel: TStaticText
- Left = 29
- Top = 22
- Width = 29
- Height = 17
- Alignment = taRightJustify
- Caption = 'Start:'
- TabOrder = 0
- end
- object SampleFinish: TNumEdit
- Left = 64
- Top = 46
- Width = 97
- Height = 21
- TabStop = True
- Value = 1
- Max = 100000
- PageChange = 10
- LineChange = 1
- Label = 'Finish'
- Buddy = SampleFinishBuddy
- Caption = '1'
- TabOrder = 4
- MaxLength = 20
- end
- object SampleFinishLabel: TStaticText
- Left = 24
- Top = 48
- Width = 34
- Height = 17
- Alignment = taRightJustify
- Caption = 'Finish:'
- TabOrder = 3
- end
- end
- object TimeGroup: TGroupBox
- Left = 7
- Top = 8
- Width = 206
- Height = 75
- TabOrder = 2
- object TimeStart: TTimeEdit
- Left = 64
- Top = 18
- Width = 97
- Height = 21
- TabStop = True
- Value = 1
- Max = 1000000
- Decimal = -5
- PageChange = 10
- LineChange = 1
- Label = 'Start'
- Buddy = SampleStartBuddy
- Caption = '1'
- TabOrder = 1
- MaxLength = 20
- Format = tttFull
- end
- object TimeStartLabel: TStaticText
- Left = 29
- Top = 22
- Width = 29
- Height = 17
- Alignment = taRightJustify
- Caption = 'Start:'
- TabOrder = 0
- end
- object TimeStartBuddy: TBuddyUpDown
- Left = 161
- Top = 18
- Width = 15
- Height = 21
- Associate = TimeStart
- TabOrder = 2
- end
- object TimeFinish: TTimeEdit
- Left = 64
- Top = 46
- Width = 97
- Height = 21
- TabStop = True
- Value = 1
- Max = 1000000
- Decimal = -5
- PageChange = 10
- LineChange = 1
- Label = 'Finish'
- Buddy = TimeFinishBuddy
- Caption = '1'
- TabOrder = 4
- MaxLength = 20
- Format = tttFull
- end
- object TimeFinishLabel: TStaticText
- Left = 24
- Top = 48
- Width = 34
- Height = 17
- Alignment = taRightJustify
- Caption = 'Finish:'
- TabOrder = 3
- end
- object TimeFinishBuddy: TBuddyUpDown
- Left = 161
- Top = 46
- Width = 15
- Height = 21
- Associate = TimeFinish
- TabOrder = 5
- end
- end
- object ByTime: TRadioButton
- Left = 15
- Top = 6
- Width = 115
- Height = 17
- Caption = '&Time based position'
- Checked = True
- TabOrder = 0
- TabStop = True
- OnClick = ByTimeClick
- end
- object BySample: TRadioButton
- Left = 15
- Top = 87
- Width = 128
- Height = 17
- Caption = '&Sample based position'
- TabOrder = 1
- OnClick = BySampleClick
- end
- object Alignment: TRadioGroup
- Left = 7
- Top = 170
- Width = 206
- Height = 77
- Caption = ' Finish marker alignment '
- Items.Strings = (
- '&None'
- '&CD sector (2352 bytes/588 samples)'
- '1 &kilosample (1024 samples)')
- TabOrder = 4
- end
- end
-